<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

	html {

	margin:0px;

	padding:0px;

}

body {

	margin:0px;

	padding:0px;

	background:#fff;

}

/* carousel*/

	.carousel1 {

	background:#fff;

	margin:45px auto;

	width:889px;

	height:400px;

	overflow:hidden;

	position:relative;

}

.carousel1 .slides {

	margin:20px auto;

	overflow:hidden;

	position:relative;

}

.carousel1 .slides .slideItem {

	padding:0px;

	position:absolute;

	cursor:pointer;

	opacity:1 !important;

}

.carousel1 .slides .slideItem a {

	overflow:hidden;

	display:block;

}

.carousel1 .slides .slideItem img {

	width:100%;

	height:300px;

}

.carousel1 .slides .slideItem .cover {

	left:0px;

	top:0px;

	width:100% !important;

	height:400px !important;

	display:block;

	position:absolute;

}

.carousel1 .slides .slideItem span.mask {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 40px;

	background: #767676;

	opacity: 0.5;

	filter:Alpha(opacity=50);

}

.carousel1 .slides .slideItem p.no1 {

	position: absolute;

	left: 0;

	bottom: 20px;

	width: 100%;

	color: white;

	font-size: 12px;

	text-align: center;

	line-height: 20px;

}

.carousel1 .slides .slideItem p.no2 {

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	color: white;

	font-size: 12px;

	text-align: center;

	line-height: 20px;

}

.carousel1 .slides .slideItem p.no3 {

	height: 11px;

	position: absolute;

	left: 0;

	bottom: -11px;

	width: 100%;

	background: url(show.png);

}

.prevButton {

	/*background:url("../images/btn.png") no-repeat 0px 0px;*/

	top:286px;

	width:38px;

	height:38px;

	display:block;

	position:absolute;

	z-index:99;

	cursor:pointer;

}

.nextButton {

	/*background:url("../images/btn.png") no-repeat 0px 0px;*/

	top:286px;

	width:38px;

	height:38px;

	display:block;

	position:absolute;

	z-index:99;

	cursor:pointer;

}

.prevButton {

	left:12px;

}

.nextButton {

	background-position:0px -40px;

	right:12px;

}</pre></body></html>